vendor/golang.org/x/text/unicode/norm.reorderBuffer.rune (field)
16 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L99: rune [maxBufferSize]Properties // Per character info.
composition.go#L151: start := rb.rune[i].pos
composition.go#L152: end := start + rb.rune[i].size
composition.go#L161: start := rb.rune[i].pos
composition.go#L162: end := start + rb.rune[i].size
composition.go#L174: runep := rb.rune[i]
composition.go#L186: b := rb.rune[:]
composition.go#L282: rb.rune[rb.nrune] = Properties{pos: bn, size: uint8(sz)}
composition.go#L288: bn := rb.rune[pos].pos
composition.go#L290: rb.rune[pos] = Properties{pos: bn, size: uint8(sz)}
composition.go#L295: inf := rb.rune[n]
composition.go#L303: inf := rb.rune[n]
composition.go#L425: b := rb.rune[:]
composition.go#L478: b := rb.rune[:]
normalize.go#L95: info := rb.rune[i]
normalize.go#L122: info := rb.rune[i]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |